home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / VoiceNet.exe / 0 / RCDATA / TSAYNOFRM / TSAYNOFRM.txt < prev   
Encoding:
Text File  |  1999-04-26  |  1.7 KB  |  83 lines

  1. object SayNoFrm: TSayNoFrm
  2.   Left = 234
  3.   Top = 234
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Voice Recognition Engine Initialization'
  7.   ClientHeight = 147
  8.   ClientWidth = 353
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 140
  21.     Top = 12
  22.     Width = 193
  23.     Height = 40
  24.     Caption = 'Please do not say anything for 5 seconds!'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -16
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Transparent = True
  32.     WordWrap = True
  33.   end
  34.   object Image1: TImage
  35.     Left = 4
  36.     Top = 8
  37.     Width = 129
  38.     Height = 125
  39.     Picture.Data = {<image000.bmp>}
  40.     Stretch = True
  41.     Transparent = True
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 140
  45.     Top = 60
  46.     Width = 209
  47.     Height = 77
  48.     BorderWidth = 1
  49.     BorderStyle = bsSingle
  50.     TabOrder = 0
  51.     object Label2: TLabel
  52.       Left = 20
  53.       Top = 12
  54.       Width = 177
  55.       Height = 25
  56.       AutoSize = False
  57.       Caption = 'Checking Noise Levels!'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -16
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.       Transparent = True
  65.       WordWrap = True
  66.     end
  67.     object ProgressBar1: TProgressBar
  68.       Left = 16
  69.       Top = 41
  70.       Width = 177
  71.       Height = 16
  72.       Min = 1
  73.       Max = 5
  74.       Position = 1
  75.       TabOrder = 0
  76.     end
  77.   end
  78.   object Timer1: TTimer
  79.     OnTimer = Timer1Timer
  80.     Top = 116
  81.   end
  82. end
  83.